home *** CD-ROM | disk | FTP | other *** search
/ FutureMusic 138 / Future Music Magazine FM138 August 2003 Free Soft Synch NI Carbon.iso / pc / resources / kontaktpp.swf / scripts / DefineButton2_40 / BUTTONCONDACTION on(release, releaseOutside).as < prev    next >
Text File  |  2002-10-01  |  599b  |  22 lines

  1. on(release, releaseOutside){
  2.    if(playinga == 0)
  3.    {
  4.       loadVariablesNum("http://www.native-instruments.de/index.php?id=flashcount&idnum=" + _root.idnum + "&src=" + _root.src,0,"POST");
  5.       playinga = 1;
  6.       playingb = 0;
  7.       original.gotoAndStop("on");
  8.       processed.gotoAndStop("off");
  9.       playtrack("a");
  10.       currTrack = presetTally + "a";
  11.    }
  12.    else
  13.    {
  14.       playinga = 0;
  15.       original.gotoAndStop("off");
  16.       levmeter.gotoAndStop(1);
  17.       loadTexta.buffering = 0;
  18.       loadTexta.gotoAndStop("blank");
  19.       clipLoader.gotoAndStop("init");
  20.    }
  21. }
  22.